Skip to content

Provide fully context-aware completions - #16

Draft
fwcd wants to merge 11 commits into
mainfrom
context-aware-completions
Draft

Provide fully context-aware completions#16
fwcd wants to merge 11 commits into
mainfrom
context-aware-completions

Conversation

@fwcd

@fwcd fwcd commented Jun 13, 2020

Copy link
Copy Markdown
Owner

Fixes #5, #14

Provide context-aware completions.

TODO:

  • Complete imports
  • Re-parse the AST in completions to get a live view even if
  • Complete qualified identifiers (e.g. Prelude.)
  • Provide completions for local variables by finding the current scope (generate a NestEnv ?)

@fwcd fwcd added the enhancement New feature or request label Jun 13, 2020
@fwcd
fwcd force-pushed the context-aware-completions branch from fe5865e to dce200e Compare October 26, 2020 01:12
@fwcd
fwcd changed the base branch from master to main November 12, 2020 22:46
@fwcd fwcd changed the title Provide context-aware completions Provide fully context-aware completions Jul 27, 2021
@fwcd fwcd mentioned this pull request Sep 4, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Context-aware code completions

1 participant